home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBY.ADF / Soundzap / history < prev    next >
Text File  |  1992-03-20  |  3KB  |  62 lines

  1. Release history for SoundZAP:
  2.  
  3.  
  4. V1.0 -- 25 March 1992 -- Released to Internet prematurly. Many bugs.
  5.  
  6. V2.0 -- 31 March 1992 -- Basically a bug fix, but changes were
  7.                          drastic enough to warrant a major release
  8.                          number. Fixed library dependancies, IFF
  9.                          writer, and .VOC frequency finder. Added
  10.                          detection of compressed .VOC and .AU files
  11.                          (no support for decompression as I have no
  12.                          specifications). Changed the -r switch
  13.                          slightly. Cleaned up the code immensly.
  14.  
  15. V2.1 -- 7 April 1992  -- Dom Bontemps brought to my attention two
  16.                          errors. The first was due to a typo on my
  17.                          part. I forgot some parenthesis in a
  18.                          function call and as a result it didn't
  19.                          display the usage when you did not give it a
  20.                          filename on the command line. The second
  21.                          error was that if you ran SoundZAP with only
  22.                          one file name it would tack a '.iff' to the
  23.                          end of the old name but when you ran it
  24.                          again it would just use the name it used the
  25.                          previous time (due to the variables not
  26.                          being initialized upon execution I
  27.                          assume...). I think I've fixed this bug
  28.                          also. Thanks Dom!
  29.  
  30. V2.2 -- 13 April 1992 -- I was asked to re-post SoundZAP to Usenet
  31.                          for those who missed version 2.1. While
  32.                          preparing to post it I noticed a small bug
  33.                          that caused the machine to crash if the -b
  34.                          switch was given without a number following.
  35.                          I also corrected a few errors in the
  36.                          documentation.
  37.  
  38. V2.3 -- 17 April 1992 -- Added support for MS-Windows .WAV files. Not
  39.                          sure about how to determine sample rate, so
  40.                          it uses default of 11K samples per second
  41.                          until I figure it out. Also added support
  42.                          for Macintosh sound files. This is pretty
  43.                          much a guess. It also uses the default
  44.                          sample rate of 11K. Any info on either
  45.                          format would be helpful!
  46.  
  47. V2.4 -- 26 April 1992 -- Added ability to READ IFF 8SVX files.
  48.  
  49. To Do: Requests have been recieved for IFF SAMP support (for input
  50.        but I may add output support also) and for .VOC output (but I
  51.        probably won't add this...sorry!). I also plan to add AIFF
  52.        support. Addition of some control over RAW output
  53.        (signed/unsigned/ etc...) is on the horizon. Still looking for
  54.        more sample formats... To the guy who asked for .au OUTPUT
  55.        support...I'm working on it. I have to get some routines for
  56.        the conversion. Once I get them I'll add it.
  57.  
  58.        I am also planing on either altering SoundZAP or starting a
  59.        new project in the same vein for 2.04 that is intuition based
  60.        as opposed to the CLI structre of SoundZAP. Any suggestions
  61.        would be appreciated!
  62.